A data frame with species parameters (see SpParamsMED).
gdd
Growth degree days (to account for leaf phenology effects).
includeDead
A flag to indicate that standing dead fuels (dead branches) are included.
Value
A vector with values for each species in SpParams:
species_basalArea: Species basal area (m2/ha).
species_cover: Shrub cover (in percent).
species_density: Plant density (ind/ha). Tree density is directly taken from the forest object, while the shrub density is estimated from cover and height by calculating the area of a single individual.
species_foliarBiomass: Standing biomass of leaves (in kg/m2).
# NOT RUN {#Default species parameterizationdata(SpParamsMED)
#Load example plotdata(exampleforest)
#Species basal areaspecies_basalArea(exampleforest, SpParamsMED)
# }